About 885 letters
About 4 minutes
<map>
The <map> HTML element is used with <area> elements to define an image map (a clickable link area).
name
: The name
attribute gives the map a name so that it can be referenced. The attribute must be present and must have a non-empty value with no space characters. The value of the name
attribute must not be equal to the value of the name
attribute of another <map>
element in the same document. If the id
attribute is also specified, both attributes must have the same value. Created in 5/27/2025
Updated in 5/27/2025